#include <BustaNetInternal.h>
Inheritance diagram for MPCharSelectCursor:
Public Member Functions | |
MPCharSelectCursor (int pID, BustaModelPosition pCursor) | |
CONSTRUCTOR. | |
int | getPlayerID () |
Returns the identification number of the player who has moved their cursor. | |
BustaModelPosition | getCursor () |
Returns the position of a multiplayer player's cursor during character selection. |
This message is received by all players when another player in a multiplayer game moves their character selection cursor. Each player is able to see the character selection of another client during the character selection phase of a MP game. Having this message, the player can tell who's moving their cursor and that cursor's position.
|
CONSTRUCTOR. An instance of the MPCharSelectCursor is created. Information to be contained in the message is necessarily supplied at creation time. pID The identification number of the player whose cursor is being sent
|
|
Returns the position of a multiplayer player's cursor during character selection. Returns the position of a multiplayer player's cursor during character selection
|
|
Returns the identification number of the player who has moved their cursor. An integer identification number of the player who has made a cursor movement is returned.
|